NuntioIndicator constructor

NuntioIndicator({
  1. Color? color,
  2. double? size,
})

Implementation

NuntioIndicator({this.color, double? size}){
  this.size = size ?? 23;
}