minimumWidth property

double minimumWidth

The minimum width for this button type according to Apple Pay's Human Interface Guidelines for the button.

Implementation

double get minimumWidth => this == ApplePayButtonType.plain ? 100 : 140;