Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はフラッターでユーダシティコースをたどっていましたが、次の行で「呼び出されているコンストラクターはconstコンストラクターではありません」というエラーが発生しました
const _rowHeight = 100.0; const _cornerRadius = BorderRadius.circular(_rowHeight / 2);// error is on this line