menu
iconoir_flutter package
documentation
regular/home_shield.dart
HomeShield
HomeShield const constructor
HomeShield const constructor
dark_mode
light_mode
HomeShield
constructor
const
HomeShield
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const
HomeShield({widgets.Key? key,
this
.color,
this
.width,
this
.height}) :
super
(key: key);
iconoir_flutter package
documentation
regular/home_shield
HomeShield
HomeShield const constructor
HomeShield class
Constructors
HomeShield
Properties
color
hashCode
height
key
runtimeType
width
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==