menu
innerlibs
widgets\min_size.dart
MinSize
MinSize const constructor
MinSize
dark_mode
light_mode
MinSize
constructor
const
MinSize
(
{
Key
?
key
,
double
?
minWidth
,
double
?
minHeight
,
required
Widget
child
,
})
Implementation
const MinSize({ Key? key, this.minWidth, this.minHeight, required this.child, }) : super(key: key);
innerlibs
min_size
MinSize
MinSize const constructor
MinSize class