backgroundType property

BackgroundType backgroundType
latefinal

the type of the background that will be applied on the motion toast content available values:

  • solid: the primary color will be applied as it is on the content background
  • transparent: an opacity will be added to the primary color
  • lighter: a white background added to the motion toast with little opacity added to the primary color

Implementation

late final BackgroundType backgroundType;