ringInset method

ContainerBuilder ringInset({
  1. double width = 2.0,
  2. Color color = const Color(0xFF3B82F6),
})

ring-inset - 内嵌 ring

Implementation

ContainerBuilder ringInset({double width = 2.0, Color color = const Color(0xFF3B82F6)}) {
  return ring(width: width, color: color, inset: true);
}