dialogTheme property

DialogThemeData get dialogTheme

Implementation

DialogThemeData get dialogTheme => DialogThemeData(
  backgroundColor: colors.surface,
  elevation: sizes.elevationLg,
  shape: RoundedRectangleBorder(
    borderRadius: BorderRadius.circular(sizes.radiusLg),
  ),
  titleTextStyle: typography.headlineSmall,
  contentTextStyle: typography.bodyMedium,
);