LayerInteractionBorderPainter constructor

LayerInteractionBorderPainter({
  1. required ThemeLayerInteraction theme,
  2. required LayerInteractionBorderStyle borderStyle,
})

Implementation

LayerInteractionBorderPainter({
  required this.theme,
  required this.borderStyle,
});