mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-23 12:00:13 +08:00
@@ -48,23 +48,6 @@ class TranslucentColumn extends Flex {
|
||||
spacing: spacing,
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
void updateRenderObject(
|
||||
BuildContext context,
|
||||
RenderTranslucentColumn renderObject,
|
||||
) {
|
||||
renderObject
|
||||
..direction = direction
|
||||
..mainAxisAlignment = mainAxisAlignment
|
||||
..mainAxisSize = mainAxisSize
|
||||
..crossAxisAlignment = crossAxisAlignment
|
||||
..textDirection = getEffectiveTextDirection(context)
|
||||
..verticalDirection = verticalDirection
|
||||
..textBaseline = textBaseline
|
||||
..clipBehavior = clipBehavior
|
||||
..spacing = spacing;
|
||||
}
|
||||
}
|
||||
|
||||
class RenderTranslucentColumn extends RenderFlex {
|
||||
|
||||
Reference in New Issue
Block a user