create abstract method
Creates the desired shape drawable. Inheriting classes must override this method to create the appropriate ShapeDrawable.
Implementation
T create(Offset position, [Paint? paint]);
Creates the desired shape drawable. Inheriting classes must override this method to create the appropriate ShapeDrawable.
T create(Offset position, [Paint? paint]);