MbxEdgeInsets constructor Null safety
Implementation
MbxEdgeInsets({
required this.top,
required this.left,
required this.bottom,
required this.right,
});
MbxEdgeInsets({
required this.top,
required this.left,
required this.bottom,
required this.right,
});