CupertinoDarkSettingsSkin class

CupertinoDarkSettingsSkin Modeled to closely resemble a plain settings screen on iOS with Dark Mode enabled

Inheritance

Constructors

CupertinoDarkSettingsSkin()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accessoryColor(BuildContext context, {AccessoryType accessoryType = AccessoryType.None, Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color
override
accessoryWidget(BuildContext context, {AccessoryType accessoryType = AccessoryType.None, Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Widget?
inherited
appBackgroundColor(BuildContext context) Color
override
appHeaderBackgroundColor(BuildContext context) Color
override
appHeaderTextColor(BuildContext context) Color
override
appHeaderTextStyle(BuildContext context) TextStyle
inherited
buttonContent(BuildContext context, {Key? key, Set<MaterialState>? materialStates, ButtonType type = ButtonType.Normal, String title = '', String subtitle = '', Widget? leadingWidget, AccessoryType accessoryType = AccessoryType.None, Map<String, dynamic>? extraInfo}) Widget
Button Content This generates the internal contents of a button cell with an optional icon/image, title, subtitle, and accessory Note: the callback to handle the button press is handled in the main settings cell, so it isn't passed down to this content method
inherited
cellBackgroundColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color
override
defaultScrollPhysics(BuildContext context) ScrollPhysics
inherited
detailsContent(BuildContext context, {Key? key, Set<MaterialState>? materialStates, String title = '', String subtitle = '', String value = '', Widget? leadingWidget, AccessoryType accessoryType = AccessoryType.None, Map<String, dynamic>? extraInfo}) Widget
Details Content This generates the internal contents of a standard details cell with an optional icon/image, title, subtitle, value and accessory
inherited
footerBackgroundColor(BuildContext context, {Map<String, dynamic>? extraInfo}) Color
override
footerHeight(BuildContext context, {Map<String, dynamic>? extraInfo}) double
inherited
footerTextColor(BuildContext context, {Map<String, dynamic>? extraInfo}) Color
override
footerTextStyle(BuildContext context, {Map<String, dynamic>? extraInfo}) TextStyle
inherited
headerBackgroundColor(BuildContext context, {Map<String, dynamic>? extraInfo}) Color
override
headerHeight(BuildContext context, {Map<String, dynamic>? extraInfo}) double
inherited
headerTextColor(BuildContext context, {Map<String, dynamic>? extraInfo}) Color
override
headerTextStyle(BuildContext context, {Map<String, dynamic>? extraInfo}) TextStyle
inherited
horizontalPadding(BuildContext context, {Map<String, dynamic>? extraInfo}) Widget
inherited
keyline(BuildContext context, {Key? key, double indent = 0.0, Map<String, dynamic>? extraInfo}) Widget
inherited
keylineColor(BuildContext context, {Map<String, dynamic>? extraInfo}) Color
override
keylineThickness(BuildContext context, {Map<String, dynamic>? extraInfo}) double
inherited
leadingCellPadding(BuildContext context, {Map<String, dynamic>? extraInfo}) Widget
inherited
leadingIndent(BuildContext context) double
inherited
listBackgroundColor(BuildContext context) Color
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
primaryColor({Set<MaterialState>? materialStates}) Color
override
rowHeight(BuildContext context, {Map<String, dynamic>? extraInfo}) double
inherited
section(BuildContext context, SettingsSection section) Widget
Section
inherited
sectionFooter(BuildContext context, {Key? key, String? footer, Map<String, dynamic>? extraInfo}) Widget
Section Footer
inherited
sectionHeader(BuildContext context, {Key? key, String? header, Map<String, dynamic>? extraInfo}) Widget
Section Header
inherited
settingsCell(BuildContext context, {Key? key, Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo, required Widget child}) Widget
Setting Cell This generates the frame of a settings cell, with the contents supplied by the child parameter
inherited
settingsCellBottom(BuildContext context, {Key? key, Set<MaterialState>? materialStates, required int cellIndex, required int cellCount, Map<String, dynamic>? extraInfo}) Widget
Settings Cell Bottom
inherited
settingsCellTop(BuildContext context, {Key? key, Set<MaterialState>? materialStates, required int cellIndex, required int cellCount, Map<String, dynamic>? extraInfo}) Widget
Cells Settings Cell Topper
inherited
showKeylines(BuildContext context, {Map<String, dynamic>? extraInfo}) bool
inherited
sliderActiveColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
override
sliderActiveTickMarkColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderActiveTrackColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderContent(BuildContext context, {Key? key, Set<MaterialState>? materialStates, String title = '', String subtitle = '', double value = 0.0, Widget? leadingWidget, AccessoryType accessoryType = AccessoryType.None, required dynamic onChanged(double), Map<String, dynamic>? extraInfo}) Widget
Slider Content This generates the internal contents of a slider cell with an optional icon/image, title, subtitle, value (used to set the initial value of the slider) and accessory
inherited
sliderDisabledActiveTickMarkColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderDisabledActiveTrackColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderDisabledInactiveTickMarkColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderDisabledInactiveTrackColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderDisabledThumbColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderInactiveTickMarkColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderInactiveTrackColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderMinThumbSeparation(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) double?
inherited
sliderOverlappingShapeStrokeColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderOverlayColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderOverlayShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) SliderComponentShape?
inherited
sliderRangeThumbShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) RangeSliderThumbShape?
inherited
sliderRangeTickMarkShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) RangeSliderTickMarkShape?
inherited
sliderRangeTrackShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) RangeSliderTrackShape?
inherited
sliderRangeValueIndicatorShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) RangeSliderValueIndicatorShape?
inherited
sliderShowValueIndicator(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) ShowValueIndicator?
inherited
sliderThumbColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
override
sliderThumbSelector(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) RangeThumbSelector?
inherited
sliderThumbShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) SliderComponentShape?
inherited
sliderTickMarkShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) SliderTickMarkShape?
inherited
sliderTrackHeight(BuildContext context, {Map<String, dynamic>? extraInfo}) double
inherited
sliderTrackShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) SliderTrackShape?
inherited
sliderValueIndicatorColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
sliderValueIndicatorShape(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) SliderComponentShape?
inherited
sliderValueIndicatorTextStyle(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) TextStyle?
inherited
subtitleTextColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color
override
subtitleTextStyle(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) TextStyle
inherited
switchActiveColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
override
switchActiveTrackColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
switchContent(BuildContext context, {Key? key, Set<MaterialState>? materialStates, String title = '', String subtitle = '', bool value = false, Widget? leadingWidget, AccessoryType accessoryType = AccessoryType.None, required dynamic onChanged(bool), Map<String, dynamic>? extraInfo}) Widget
Switch Content This generates the internal contents of a toggle/switch cell with an optional icon/image, title, subtitle, value (used to set the initial value of the switch) and accessory
inherited
switchFocusColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
switchHoverColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
switchInactiveThumbColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
switchInactiveTrackColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
inherited
switchTrackColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color?
override
titleTextColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color
override
titleTextStyle(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) TextStyle
inherited
toString() String
A string representation of this object.
inherited
trailingCellPadding(BuildContext context, {Map<String, dynamic>? extraInfo}) Widget
inherited
valueTextColor(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) Color
override
valueTextStyle(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) TextStyle
inherited
verticalPadding(BuildContext context, {Map<String, dynamic>? extraInfo}) Widget
inherited
wrappedLeadingWidget(BuildContext context, {Key? key, Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo, Widget? child}) Widget
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited