DesignSystemFloatingButton constructor

const DesignSystemFloatingButton({
  1. Map<String, TextStyle>? typography,
  2. Map<String, double>? dimens,
  3. Map<String, Map<String, Color>>? lightColors,
  4. Map<String, Map<String, Color>>? darkColors,
  5. Map<String, BoxShadow>? shadows,
  6. List<Widget>? widgets,
  7. String? assetsDir,
  8. Key? key,
})

Implementation

const DesignSystemFloatingButton({
  this.typography,
  this.dimens,
  this.lightColors,
  this.darkColors,
  this.shadows,
  this.widgets,
  this.assetsDir,
  Key? key,
}) : super(key: key);