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