NomoVerticalListTileThemeDataNullable constructor

const NomoVerticalListTileThemeDataNullable({
  1. TextStyle? titleStyle,
  2. TextStyle? subtitleStyle,
  3. TextStyle? traillingStyle,
})

Implementation

const NomoVerticalListTileThemeDataNullable({
  this.titleStyle,
  this.subtitleStyle,
  this.traillingStyle,
});