bg method
Set background color using named token (alias for color)
Implementation
TwContainer bg(String key) {
return TwContainer(
child: child,
style: _style.copyWith(color: key),
);
}
Set background color using named token (alias for color)
TwContainer bg(String key) {
return TwContainer(
child: child,
style: _style.copyWith(color: key),
);
}