dialogTitleStyle function

dynamic dialogTitleStyle(
  1. BuildContext context
)

Get the text title style of the application

Implementation

dialogTitleStyle(BuildContext context) => Theme.of(context).textTheme.titleLarge;