UniformStyleStrategy constructor

const UniformStyleStrategy({
  1. Color? color,
  2. Color? borderColor,
  3. double? borderWidth,
  4. TextAlign? textAlign,
  5. TextStyle? textStyle,
  6. List<int> disabledIndices = const <int>[],
})

Implementation

const UniformStyleStrategy({
  this.color,
  this.borderColor,
  this.borderWidth,
  this.textAlign,
  this.textStyle,
  this.disabledIndices = const <int>[],
});