cannedContainerStyles method

Map<ContainerStyleName, ContainerStyleProperties> cannedContainerStyles()

Implementation

Map<ContainerStyleName, ContainerStyleProperties> cannedContainerStyles() => {
  // "yellowOnBlack": ContainerStyleProperties(
  //   tsPropGroup: TextStyleProperties(),
  //   fgColorValue: Colors.yellow.value,
  //   bgColorValue: Colors.black.value,
  //   padding: 10,
  //   elevation: 6,
  // ),
  // "blackOnWhite": ButtonStyleProperties(
  //   tsPropGroup: TextStyleProperties(),
  //   fgColorValue: Colors.black.value,
  //   bgColorValue: Colors.white.value,
  //   padding: 10,
  //   elevation: 6,
  // ),
};