NesPixelRowLoadingIndicator constructor

const NesPixelRowLoadingIndicator({
  1. int count = 6,
  2. Color? color,
  3. int? size,
  4. Key? key,
})

A loading indicator that displays a sequence of pixels.

Implementation

const NesPixelRowLoadingIndicator({
  this.count = 6,
  this.color,
  this.size,
  super.key,
});