menu
rmx package
documentation
attributes/space/space.dart
PaddingAttribute
PaddingAttribute.new factory constructor
PaddingAttribute.new factory constructor
dark_mode
light_mode
PaddingAttribute
constructor
PaddingAttribute
(
{
int
?
left
,
int
?
top
,
int
?
right
,
int
?
bottom
,
})
Implementation
factory PaddingAttribute({int? left, int? top, int? right, int? bottom}) = _$PaddingAttribute;
rmx package
documentation
attributes/space/space
PaddingAttribute
PaddingAttribute.new factory constructor
PaddingAttribute class