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