OutlinedButtonThemeData constructor

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

Creates a OutlinedButtonThemeData.

The style may be null.

Implementation

const OutlinedButtonThemeData({ this.style });