Loader.sm constructor

const Loader.sm({
  1. double? width = 16,
  2. double? height = 16,
  3. double? size = 16,
  4. Color? color,
})

Implementation

const Loader.sm({
  this.width = 16,
  this.height = 16,
  this.size = 16,
  this.color,
});