ButtonAsset constructor

ButtonAsset(
  1. String assetPath, {
  2. double? width,
  3. double? height,
  4. Color? color,
})

Implementation

ButtonAsset(this.assetPath, {this.width, this.height, this.color});