menu
pasted_url_toast package
documentation
main.dart
StyledIcon<T extends Icon>
iconColor method
iconColor method
dark_mode
light_mode
iconColor
method
T
iconColor
(
Color
color
)
Implementation
T iconColor(Color color) => this.copyWith(color: color);
pasted_url_toast package
documentation
main
StyledIcon<T extends Icon>
iconColor method
StyledIcon extension on T