MActivityIndicator constructor

const MActivityIndicator({
  1. MColor? color,
  2. double size = 20,
})

Implementation

const MActivityIndicator({this.color, this.size = 20});