menu
in_app_webview package
documentation
widgets/IconWidget.dart
IconWidget
IconWidget const constructor
IconWidget const constructor
dark_mode
light_mode
IconWidget
constructor
const
IconWidget
(
IconData
iconWidget
, {
Key
?
key
,
Color
iconColor
=
Colors.white
,
})
Implementation
const IconWidget(this.iconWidget, {Key? key, this.iconColor = Colors.white}) : super(key: key);
in_app_webview package
documentation
widgets/IconWidget
IconWidget
IconWidget const constructor
IconWidget class