lively static method

IconConfig lively(
  1. Color defaultColor
)

Lively style for enjoyment / surprise

Implementation

static IconConfig lively(Color defaultColor) => IconConfig(
  color: defaultColor,
  size: 32.0,
);