dialogContentStyle function

dynamic dialogContentStyle(
  1. BuildContext context
)

Get the message content style of the application

Implementation

dialogContentStyle(BuildContext context) =>
    Theme.of(context).textTheme.bodyMedium;