Importált rétegek stílusának szerkesztése
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
/// Közös interfész — MapSurveyController és LayerStyleSession is implementálja.
|
||||
/// A ColorRow, OpacitySlider, StrokeSlider ezt várja (nem a teljes controllert).
|
||||
abstract class StyleEditable {
|
||||
Rx<Color> get activeEditColor;
|
||||
RxDouble get activeEditOpacity;
|
||||
RxDouble get activeEditStrokeWidth;
|
||||
}
|
||||
Reference in New Issue
Block a user