TLoadingIcon constructor

const TLoadingIcon({
  1. Key? key,
  2. TLoadingType type = TLoadingType.oval,
  3. Color? color,
  4. double size = 25.0,
  5. Color? background,
})

Implementation

const TLoadingIcon({
  super.key,
  this.type = TLoadingType.oval,
  this.color,
  this.size = 25.0,
  this.background,
});