TextButtonThemeData constructor

const TextButtonThemeData({
  1. ButtonStyle? style,
})

Creates a TextButtonThemeData.

The style may be null.

Implementation

const TextButtonThemeData({ this.style });