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