bg method
T
bg(
- dynamic value
Set background color - accepts Color object or String (token name/hex)
Implementation
T bg(dynamic value) {
return copyWith(flyStyle.copyWith(bg: value));
}
Set background color - accepts Color object or String (token name/hex)
T bg(dynamic value) {
return copyWith(flyStyle.copyWith(bg: value));
}