applyToContainer static method

Color? applyToContainer(
  1. BuildContext context,
  2. TwStyle style
)

Applies color to a Container's background

Implementation

static Color? applyToContainer(BuildContext context, TwStyle style) {
  return resolve(context, style);
}