Shapes class abstract final

Built with Kite 🪁 Flutter foundations, architecture, and developer tooling. Learn more: https://kite.orkitt.dev Centralized shape standards for containers, cards, inputs, buttons, and sheets.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

card({required Color color, required Color borderColor, BorderRadius radius = Dimensions.rad16, double borderWidth = 1.0}) BoxDecoration
Standard crisp card container with subtle border.
focusCard({required Color color, required Color focusBorderColor, BorderRadius radius = Dimensions.rad16, double borderWidth = 1.5}) BoxDecoration
Active/Focused outline card (e.g., selected plan, active item).
inputBorder({required Color color, double width = 1.0, BorderRadius radius = Dimensions.rad12}) OutlineInputBorder
Creates a standard OutlineInputBorder with consistent radius defaults.
pill({required Color color, Color? borderColor, double borderWidth = 1.0}) BoxDecoration
Pill/Badge shape decoration with radFull.
rounded(double radius) RoundedRectangleBorder
Custom radius RoundedRectangleBorder
subtle({required Color color, BorderRadius radius = Dimensions.rad12}) BoxDecoration
Borderless container with filled background (e.g. muted sections, code blocks).