-
Notifications
You must be signed in to change notification settings - Fork 547
v1: Documentation with mkdocs #5466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
selectedColor: widget.control.getColor("selected_color", context), | ||
selectedShadowColor: | ||
widget.control.getColor("selected_shadow_color", context), | ||
shadowColor: widget.control.getColor("shadow_color", context), | ||
shape: widget.control.getShape("shape", Theme.of(context)), | ||
color: widget.control.getWidgetStateColor("color", Theme.of(context)), | ||
surfaceTintColor: widget.control.getColor("surface_tint_color", context), | ||
pressElevation: widget.control.getDouble("click_elevation"), | ||
pressElevation: widget.control.getDouble("elevation_on_click"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use the same property name as in Flutter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really.
onPress -> on_click
This comment was marked as resolved.
This comment was marked as resolved.
Tried |
No description provided.