menu
flutter_androssy package
documentation
views/dropdown/view.dart
DropdownViewController<T extends Object>
setLeadingIconTint method
setLeadingIconTint method
dark_mode
light_mode
setLeadingIconTint
method
void
setLeadingIconTint
(
Color
?
tint
)
Implementation
void setLeadingIconTint(Color? tint) { onNotifyWithCallback(() => leadingIconTint = tint); }
flutter_androssy package
documentation
views/dropdown/view
DropdownViewController<T extends Object>
setLeadingIconTint method
DropdownViewController class