diff --git a/lib/flex_color_scheme.dart b/lib/flex_color_scheme.dart index 220709bc..789e1ef3 100644 --- a/lib/flex_color_scheme.dart +++ b/lib/flex_color_scheme.dart @@ -1,5 +1,5 @@ /// A library to help you make beautiful color scheme based themes for Flutter. -library flex_color_scheme; +library; /// Export FlexSeedScheme package API, except Cam16. /// diff --git a/lib/src/flex_sub_themes.dart b/lib/src/flex_sub_themes.dart index dfebcfc1..6ed7419b 100644 --- a/lib/src/flex_sub_themes.dart +++ b/lib/src/flex_sub_themes.dart @@ -1082,7 +1082,7 @@ sealed class FlexSubThemes { /// When all required properties are undefined and flag is false or true, /// the effective default styles for undefined inputs become: /// - /// ``` + /// ```text /// FCS defaults Flutter defaults /// useFlutterDefaults false true /// - background background background @@ -5105,7 +5105,7 @@ sealed class FlexSubThemes { /// When all required properties are undefined and flag is false or true, /// the effective default styles for undefined inputs become: /// - /// ``` + /// ```text /// FCS defaults M2 defaults useMaterial3:true /// useFlutterDefaults false true true /// results in: @@ -5777,7 +5777,7 @@ sealed class FlexSubThemes { /// /// Differences when flag is false versus true are: /// - /// ``` + /// ```text /// FCS defaults M2 defaults useMaterial3:true /// useFlutterDefaults false true true /// results in: diff --git a/lib/src/flex_sub_themes_data.dart b/lib/src/flex_sub_themes_data.dart index 9bce87e6..156df9d4 100644 --- a/lib/src/flex_sub_themes_data.dart +++ b/lib/src/flex_sub_themes_data.dart @@ -3800,7 +3800,7 @@ class FlexSubThemesData with Diagnosticable { /// In Flutter version 3.24 and earlier, /// the Material-3 default is still also onSurface. /// This is a spec BUG in Flutter's Material-3 defaults, it should be - /// onSurfaceVariant. See issue: + /// onSurfaceVariant. See issue: add new issue link here final SchemeColor? navigationRailUnselectedLabelSchemeColor; /// If true, the unselected label in the [NavigationRail] use a more @@ -4040,7 +4040,7 @@ class FlexSubThemesData with Diagnosticable { /// /// Impact on [BottomNavigationBarThemeData] sub-theming: /// - /// ``` + /// ```text /// FCS defaults Flutter defaults /// useFlutterDefaults false true /// - background background background @@ -4060,7 +4060,7 @@ class FlexSubThemesData with Diagnosticable { /// /// Impact on [NavigationBarThemeData] sub-theming: /// - /// ``` + /// ```text /// FCS defaults M2 defaults useMaterial3:true /// useFlutterDefaults false true true /// results in: @@ -4083,7 +4083,7 @@ class FlexSubThemesData with Diagnosticable { /// /// Impact on [NavigationRailThemeData] sub-theming: /// - /// ``` + /// ```text /// FCS defaults Flutter defaults /// useFlutterDefaults false true /// - background background surface diff --git a/lib/src/flex_theme_mode_switch.dart b/lib/src/flex_theme_mode_switch.dart index 25095475..bf14255e 100644 --- a/lib/src/flex_theme_mode_switch.dart +++ b/lib/src/flex_theme_mode_switch.dart @@ -31,7 +31,7 @@ enum FlexThemeModeButtonOrder { /// included in the option toggle button for each theme mode. /// /// They scheme colors for each button will be in the order: -/// ``` +/// ```text /// | Primary | Secondary | /// | Primary container | Tertiary | /// ```