themeStyleOf abstract method

ButtonStyle? themeStyleOf(
  1. BuildContext context
)

Retrieves the theme-level ButtonStyle override, if registered.

Implementation

ButtonStyle? themeStyleOf(BuildContext context);