NomoComponentConstants constructor

const NomoComponentConstants({
  1. NomoInputConstants inputTheme = const NomoInputConstants(),
  2. NomoInfoItemConstants infoItemTheme = const NomoInfoItemConstants(),
  3. NomoVerticalListTileConstants verticalListTileTheme = const NomoVerticalListTileConstants(),
  4. NomoNotificationConstants notificationTheme = const NomoNotificationConstants(),
  5. NomoSnackBarConstants snackBarTheme = const NomoSnackBarConstants(),
  6. NomoElevationConstants elevationTheme = const NomoElevationConstants(),
})

Implementation

const NomoComponentConstants({
  this.inputTheme = const NomoInputConstants(),
  this.infoItemTheme = const NomoInfoItemConstants(),
  this.verticalListTileTheme = const NomoVerticalListTileConstants(),
  this.notificationTheme = const NomoNotificationConstants(),
  this.snackBarTheme = const NomoSnackBarConstants(),
  this.elevationTheme = const NomoElevationConstants(),
});