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