layout property

OudsButtonLayout get layout

Property that detects and returns the button layout based on the provided elements (text and/or icon)

Implementation

OudsButtonLayout get layout => _detectLayout(label, icon);