EmbedLoaderStyle constructor

EmbedLoaderStyle({
  1. String? backgroundColor,
  2. String? color,
})

Implementation

EmbedLoaderStyle({
  this.backgroundColor,
  this.color,
});