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