NomoVerticalListTileConstants constructor

const NomoVerticalListTileConstants({
  1. TextStyle titleStyle = const TextStyle(),
  2. TextStyle subtitleStyle = const TextStyle(),
  3. TextStyle traillingStyle = const TextStyle(),
})

Implementation

const NomoVerticalListTileConstants({
  this.titleStyle = const TextStyle(),
  this.subtitleStyle = const TextStyle(),
  this.traillingStyle = const TextStyle(),
});