NomoVerticalListTileConstantsNullable constructor

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

Implementation

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