dialogTheme property
DialogTheme
get
dialogTheme
Implementation
DialogTheme get dialogTheme => DialogTheme(
titleTextStyle: mobileTypography.headingL,
contentTextStyle: mobileTypography.bodyL,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(
Radius.circular(
4,
),
),
),
actionsPadding: const EdgeInsets.all(kPadding),
);