FXLoading constructor

const FXLoading({
  1. Key? key,
  2. Color color = Colors.grey,
})

Implementation

const FXLoading({
  Key? key,
  this.color = Colors.grey,
}) : super(key: key);