Interface DynamicCornerWidget<T>
- Type Parameters:
T
- The type of the corner radius.
- All Known Implementing Classes:
DynamicBottomNavigationView
,DynamicButton
,DynamicCardView
,DynamicExtendedFloatingActionButton
,DynamicFloatingActionButton
,DynamicMaterialCardView
,DynamicNavigationRailView
,DynamicNavigationView
,DynamicPopupBackground
,DynamicTextInputLayout
public interface DynamicCornerWidget<T>
Interface to create dynamic widgets with corner radius support which can be used to modify
it at runtime according to the
DynamicTheme
.-
Method Summary
-
Method Details
-
getCorner
Returns the corner radius used by this widget.- Returns:
- The corner radius used by this widget.
-
setCorner
Set the corner radius for this widget.- Parameters:
cornerSize
- The corner radius to be set.
-