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