UKitLoaderBuilder constructor

UKitLoaderBuilder({
  1. Color? color,
  2. Color? bgColor,
  3. double? strokeWidth,
})

Implementation

UKitLoaderBuilder({
  this.color,
  this.bgColor,
  this.strokeWidth,
});