Skip to main content

C2CBottomTabsThemeData

PropertyDescriptionType
labelTextStyleLabel text style.TextStyle?
errorTextStyleError text style.TextStyle?
descriptionTextStyleDescription text style.TextStyle?
errorTextSpacingSpacing between error text and label.double?
labelSpacingLeftSpacing between label and checkbox.double?
checkColorColor of the check icon.Color?
backgroundColorColor of the background.Color?
borderSideBorder side of the checkbox.BorderSide?
activeBackgroundColorColor of the background when the checkbox is active.Color?
activeBorderSideBorder side of the checkbox when the checkbox is active.BorderSide?
disabledBackgroundColorColor of the background when the checkbox is disabled.Color?
disabledBorderSideBorder side of the checkbox when the checkbox is disabled.BorderSide?
errorBackgroundColorColor of the background when the checkbox has an error.Color?
errorBorderSideBorder side of the checkbox when the checkbox has an error.BorderSide?
inverseWhether the checkbox is inverse.bool?
borderRadiusBorder radius of the checkbox.double?
checkboxSizeSize of the checkbox.double?
errorShadowShadow of the checkbox when the checkbox has an error.BoxShadow?