OutlinedButtonThemeData constructor
const
OutlinedButtonThemeData({
- ButtonStyle? style,
Creates a OutlinedButtonThemeData.
The style may be null.
Implementation
const OutlinedButtonThemeData({this.style});