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