ButtonShapeWidget constructor
const
ButtonShapeWidget({})
Implementation
const ButtonShapeWidget({
Key? key,
required this.isDownloading,
required this.isDownloaded,
required this.isFetching,
required this.transitionDuration,
required this.width,
}) : super(key: key);