简体   繁体   English

行列小部件实际代码 flutter

[英]Actual code of row and column widgets flutter

I am looking for the actual code of the row and column widgets in flutter.我正在寻找 flutter 中的行和列小部件的实际代码。 I can't find it though.我找不到它。 Does anyone know where this is located and what language it is in?有谁知道它的位置和语言是什么?

Like most of Flutter, Column and Row are both widgets implemented in Dart.像大多数 Flutter 一样, ColumnRow都是在 Dart 中实现的小部件。 The source code for both Column and Row is here: Column 和 Row 的源代码在这里:

https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/basic.dart https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/basic.dart

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM