NomoComponentConstants constructor
const
NomoComponentConstants({
- NomoInputConstants inputTheme = const NomoInputConstants(),
- NomoInfoItemConstants infoItemTheme = const NomoInfoItemConstants(),
- NomoVerticalListTileConstants verticalListTileTheme = const NomoVerticalListTileConstants(),
- NomoNotificationConstants notificationTheme = const NomoNotificationConstants(),
- NomoSnackBarConstants snackBarTheme = const NomoSnackBarConstants(),
- 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(),
});