menu
flutter_common_yy_ui package
documentation
screen/r_sizedbox.dart
RSizedBox
RSizedBox const constructor
RSizedBox const constructor
dark_mode
light_mode
RSizedBox
constructor
const
RSizedBox
(
{
Key
?
key
,
double
?
height
,
double
?
width
,
Widget
?
child
,
})
Implementation
const RSizedBox({ super.key, super.height, super.width, super.child, }) : _square = false;
flutter_common_yy_ui package
documentation
screen/r_sizedbox
RSizedBox
RSizedBox const constructor
RSizedBox class