menu
neuron
neuron.dart
ShapeConfig
ShapeConfig.circle factory constructor
ShapeConfig.circle
dark_mode
light_mode
ShapeConfig.circle
constructor
ShapeConfig.circle
(
)
Circle shape
Implementation
factory ShapeConfig.circle() => const ShapeConfig._(isCircle: true);
neuron
neuron
ShapeConfig
ShapeConfig.circle factory constructor
ShapeConfig class