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