mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixup dartdoc
This commit is contained in:
parent
0b3475f4ad
commit
dc5ed0995e
@ -86,10 +86,17 @@ class LayerDrawLooperBuilder extends NativeFieldWrapperClass2 {
|
||||
|
||||
/// Blur styles. These mirror SkBlurStyle and must be kept in sync.
|
||||
enum BlurStyle {
|
||||
normal, /// Fuzzy inside and outside.
|
||||
solid, /// Solid inside, fuzzy outside.
|
||||
outer, /// Nothing inside, fuzzy outside.
|
||||
inner, /// Fuzzy inside, nothing outside.
|
||||
/// Fuzzy inside and outside.
|
||||
normal,
|
||||
|
||||
/// Solid inside, fuzzy outside.
|
||||
solid,
|
||||
|
||||
/// Nothing inside, fuzzy outside.
|
||||
outer,
|
||||
|
||||
/// Fuzzy inside, nothing outside.
|
||||
inner,
|
||||
}
|
||||
|
||||
// Convert constructor parameters to the SkBlurMaskFilter::BlurFlags type.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user