menu
iconoir_flutter package
documentation
regular/split_area.dart
SplitArea
SplitArea const constructor
SplitArea const constructor
dark_mode
light_mode
SplitArea
constructor
const
SplitArea
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const SplitArea({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/split_area
SplitArea
SplitArea const constructor
SplitArea class