isIconButton property

bool isIconButton
final

isIconButton is a bool If isIconButton is set false, then the MBElevatedButton is returned. And if isIconButton is set true, then the MBElevatedIconButton is returned

Implementation

final bool isIconButton;