components/buttons/utils/m3e_button_gradient_outline library

Classes

M3EGradientOutlinePainter
Stroke painter for a rounded-rect outline (solid or gradient).

Functions

m3eGradientOutlineLayer({required BorderRadius clipRadius, required double width, required Widget child, Gradient? gradient, Color? color}) Widget
Paints a stroke around child using clipRadius.
m3eOutlineWidth(BorderSide? side, {double fallback = 1}) double
Width from side, or fallback when side is null or none.