layout property
Property that detects and returns the button layout based on the provided elements (text and/or icon)
Implementation
OudsButtonLayout get layout => _detectLayout(label, icon);
Property that detects and returns the button layout based on the provided elements (text and/or icon)
OudsButtonLayout get layout => _detectLayout(label, icon);